home *** CD-ROM | disk | FTP | other *** search
/ Zane Home Library: Introd…arth's Natural Resources / Zane Home Library - Introductory Science - Junior Edition - Earth's Natural Resources.iso / autorun / autorun.ini < prev   
INI File  |  1996-02-20  |  2KB  |  66 lines

  1. [Sizes]
  2. ;
  3. ; format:    MainWindow=XxY for the main window size
  4. ;         Button#=(X,Y)(WxH) for the buttons
  5. ;
  6. MainWindow=422x202
  7. WindowTitle=Zane Publishing Presents...
  8. Button0=(10,101)(127x25)
  9. Button1=(147,101)(127x25)
  10. Button2=(284,101)(127x25)
  11.  
  12.  
  13. [Commands]
  14. ;
  15. ;        format:        ->        App#=Executable Name
  16. ;                ->        AppCmd#=Command Line
  17. ;
  18. ;        the path that the launcher is run from will be appended
  19. ;        to the path of each entry.
  20. ;
  21. ;        if %p is in the string the run path of the launcher will be appended to the string
  22.  
  23. ;            example:    ->        App0=%p\PowerCD\PowerCD.EXE
  24. ;                    ->        AppCmd0=%p\Foo
  25. ;                    ->
  26. ;                    ->        run from "g:\install.exe" will run "g:\PowerCD\PowerCD.EXE" 
  27. ;                    ->        with a command line of "g:\foo"
  28. ;                                        
  29. ;
  30. ;        if app# is "Install Icons" and AppCmd# is "." then 
  31. ;        icons will be installed in the program manager and close
  32. ;
  33. ;        if "Executable Name" is followed by "-EXIT" then the launcer will exit after 
  34. ;        running the app
  35. ;
  36. App0=%p\POWERCD.EXE-EXIT
  37. App1=%p\SETUP.EXE-EXIT
  38. App2=-EXIT
  39.  
  40. [Images]
  41. ;
  42. ;        this is a list of the images to go with the buttons
  43. ;        the format is    ->    Background=image.BMP    ; this is the background for the mainwindow
  44. ;                ->    Button#=image.BMP    ; this is an image for a button
  45. ;                ->    Button#=Install        ; this is a button with text instead of an image
  46. ;
  47. ;            Bitmap buttons must have ".BMP" or they will be text buttons.
  48. ;
  49. Background=autorun.BMP
  50. Button0=Run PowerCD
  51. Button1=Install Icon
  52. Button2=Cancel
  53.  
  54.  
  55. [Icons]
  56. ;
  57. ;        this is a list of icons that will get installed
  58. ;        the format is        ->    IconText#=text            ; this is the text to display for the icon
  59. ;                    ->    IconExec#=execute        ; this is the executable to be launched
  60. ;                    ->    IconCommand#=command line    ; this is the command line to send to the executable
  61. ;
  62. ;                    ->    Group=what group                        ; this tells the launcer what group to install the icons to
  63. ;
  64. ;        if %p is in the string the run path of the launcher will be appended to the string
  65. ;
  66.